func github.com/andybalholm/brotli.buildAndStoreBlockSwitchEntropyCodes

4 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1154: func buildAndStoreBlockSwitchEntropyCodes(self *blockEncoder, tree []huffmanTree, storage_ix *uint, storage []byte) {
		brotli_bit_stream.go#L1293: 	buildAndStoreBlockSwitchEntropyCodes(literal_enc, tree, storage_ix, storage)
		brotli_bit_stream.go#L1294: 	buildAndStoreBlockSwitchEntropyCodes(command_enc, tree, storage_ix, storage)
		brotli_bit_stream.go#L1295: 	buildAndStoreBlockSwitchEntropyCodes(distance_enc, tree, storage_ix, storage)